home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / REMOTE.BAT < prev    next >
DOS Batch File  |  1991-09-18  |  333b  |  13 lines

  1. REM ==========                                      NOSview [137]
  2. REM REMOTE.BAT
  3. REM ==========
  4.  
  5. REM    This DOS batch file puts NOS in an endless loop, and is
  6. REM    intended for use in a remote location.
  7. REM    Thus if NOS is exited for any reason, it is automatically
  8. REM    restarted.
  9.  
  10. :loop
  11.    STARTNOS
  12.    GOTO loop
  13.